Platform Explorer / Nuxeo Platform 6.0

Contribution org.nuxeo.opensocial.container.auth.contrib--specificChains

This contribution is part of XML component org.nuxeo.opensocial.container.auth.contrib inside nuxeo-opensocial-container-6.0.jar

Extension Point

Extension point specificChains of component PluggableAuthenticationService.

Contributed Items

  • <specificAuthenticationChain name="Opensocial">
            <urlPatterns>
                <url>/nuxeo/opensocial/gadgets/ifr.*</url>
            </urlPatterns>
            <replacementChain>
                <plugin>OPENSOCIAL_FORM_AUTH</plugin>
            </replacementChain>
        </specificAuthenticationChain>

XML Source

<extension point="specificChains" target="org.nuxeo.ecm.platform.ui.web.auth.service.PluggableAuthenticationService">
    <specificAuthenticationChain name="Opensocial">
        <urlPatterns>
            <url>/nuxeo/opensocial/gadgets/ifr.*</url>
        </urlPatterns>
        <replacementChain>
            <plugin>OPENSOCIAL_FORM_AUTH</plugin>
        </replacementChain>
    </specificAuthenticationChain>
  </extension>